From f17acd6efee85fb40c033ed579b5d4a4167b2548 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 12 Jan 2021 21:06:04 +0000 Subject: [PATCH] Use Debian packaged mathjax Author: Andreas Tille Forwarded: not-needed Gbp-Pq: Name mathjax-path.patch --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index ee0d4ca3..c7c9206b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,6 +68,8 @@ extensions = [ "contributors", # custom pandas extension ] +mathjax_path="MathJax.js" + exclude_patterns = ["**.ipynb_checkpoints"] try: import nbconvert -- 2.30.2